Auto merge of #3060 - rillian:package_path_deps, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 1 Sep 2016 19:51:44 +0000 (12:51 -0700)
committerGitHub <noreply@github.com>
Thu, 1 Sep 2016 19:51:44 +0000 (12:51 -0700)
Reject path-based dependencies in `cargo package`

`cargo publish` will complain if a package manifest contains a path, rather than registry+version-based dependency. Make `cargo package` do the same so that issue is caught sooner in developer workflow.


Trivial merge